home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
monochrome.swf
/
scripts
/
frame_25
/
PlaceObject2_517_14
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-26
|
242 b
|
12 lines
onClipEvent(enterFrame){
if(_name != "bul")
{
_X = _X + xspeed;
_Y = _Y - yspeed;
if(_Y < -10 || _Y > 410 || _X < -10 || _X > 560 || _root.rem == true)
{
removeMovieClip(this);
}
}
}